Class TotalabweisungException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TotalabweisungException
    extends java.lang.Exception
    Totalabweisung eines Satzes / einer Datei. Diese Exception wird geworfen, wenn die Prüfung nicht fortgesetzt werden soll. Z.B. Baustein innerhalb eines Satzes nicht gefunden.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TotalabweisungException

        public TotalabweisungException()
      • TotalabweisungException

        public TotalabweisungException​(java.lang.String arg0)
      • TotalabweisungException

        public TotalabweisungException​(java.lang.Throwable arg0)
      • TotalabweisungException

        public TotalabweisungException​(java.lang.String arg0,
                                       java.lang.Throwable arg1)